net/http.http2SettingsFrame.ForeachSetting (method)
5 uses
net/http (current package)
h2_bundle.go#L2387: func (f *http2SettingsFrame) ForeachSetting(fn func(http2Setting) error) error {
h2_bundle.go#L3227: f.ForeachSetting(func(s http2Setting) error {
h2_bundle.go#L4598: if err := fr.ForeachSetting(sc.processSetting); err != nil {
h2_bundle.go#L5831: if err := f.ForeachSetting(sc.processSetting); err != nil {
h2_bundle.go#L10538: err := f.ForeachSetting(func(s http2Setting) error {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)